var net/http.textprotoReaderPool
3 uses
net/http (current package)
request.go#L991: var textprotoReaderPool sync.Pool
request.go#L994: if v := textprotoReaderPool.Get(); v != nil {
request.go#L1004: textprotoReaderPool.Put(r)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)